import Box from "@/components/Box"; import HeaderBack from "@/components/HeaderBack"; import { getTranslations } from "next-intl/server"; const PreventLaunderMoney = async () => { const t = await getTranslations("preventLaunderMoney"); return ( <>
{t("time")}

{t("policy")}

{t("policyDesc")}

  • {t("policyDescFirst")}
  • {t("policyDescSecond")}
  • {t("policyDescThird")}

{t("introduction")}

{t("introductionDesc")}

{t("companyProcedures")}

{t("companyProceduresDesc")}

  • {t("companyProceduresDescFirst")}
  • {t("companyProceduresDescSecond")}

{t("companyProceduresDescThird")}

{t("additionalTerms")}

{t("additionalTermsDesc")}

  • {t("additionalTermsDescFirst")}
  • {t("additionalTermsDescSecond")}
  • {t("additionalTermsDescThird")}
  • {t("additionalTermsDescFourth")}
  • {t("additionalTermsDescFifth")}

{t("recordKeeping")}

{t("recordKeepingDesc")}

  • {t("recordKeepingDescFirst")}
  • {t("recordKeepingDescSecond")}

{t.rich("recordKeepingDescThird")}

); }; export default PreventLaunderMoney;